home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / util / rexx / ral3p7a.lha / Readme
Text File  |  2001-01-21  |  8KB  |  189 lines

  1. Short:    RexxArpLib.library - open up some OS functions to REXX programs
  2. Author:   Willy Langeveld and Joanne Dow
  3. Uploader: http://home.earthlink.net/~jdow/indexamiga.html
  4. Version:  3.7 packaged 21 Jan 2001
  5. Desired:  iff.library (23.2) or later
  6. Contents: Source and executable
  7.  
  8. (Repackage to get correct library file.)
  9. +----------------------------------------------------------------------+
  10. |                                                                      |
  11. |                  D I S C L A I M E R   N O T I C E                   |
  12. |                                                                      |
  13. |  This document and/or  portions of the material and  data furnished  |
  14. |  herewith,  was developed under sponsorship of the U.S. Government.  |
  15. |  Neither the U.S.  nor  the U.S.D.O.E.,  nor  the  Leland  Stanford  |
  16. |  Junior University, nor their employees,  nor their respective con-  |
  17. |  tractors, subcontractors, or their employees, makes  any warranty,  |
  18. |  express or implied, or assumes any liability or responsibility for  |
  19. |  accuracy,  completeness or  usefulness of any information, appara-  |
  20. |  tus, product or process disclosed, or represents that its use will  |
  21. |  not infringe privately-owned rights.  Mention of any product,  its  |
  22. |  manufacturer, or suppliers shall not, nor is it intended to, imply  |
  23. |  approval, disapproval, or fitness for any particular use. The U.S.  |
  24. |  and  the University at all times  retain the right to use and dis-  |
  25. |  seminate same for any purpose whatsoever.                           |
  26. |                                                                      |
  27. +----------------------------------------------------------------------+
  28.  
  29.  
  30.                     RexxArpLib.Library Version 3.7
  31.                     ==============================
  32.  
  33.                                 by
  34.  
  35.                           W.G.J. Langeveld
  36.                  Stanford Linear Accelerrator Center
  37.  
  38.              Copyright (C) 1988, 1989, 1990, 1992, 1993, 1994
  39.            The Trustees of the Leland Stanford Junior University
  40.  
  41.                         All Rights Reserved
  42.  
  43.                   Modifications to version 3.6 by
  44.                             Joanne B. Dow
  45.                           Wizardess Designs
  46.                                   
  47.                    Modifications Copyright © 1998-2000
  48.                  Joanne B. Dow and Wizardess Designs
  49.                                   
  50.                          All Rights Reserved
  51.                                   
  52.  
  53.     RexxArpLib version 3.7 source release
  54.     =====================================
  55.  
  56.     This version adds two entry points and optional function prefixes.
  57. The functions SetPubScreenMode() and GetDefPublicScreen() have been added
  58. to allow additional screen manipulation for public screens, whether or not
  59. they were opened by rexxarplib.library. And any function name will also
  60. be matched when preceeded by "RALP_". This RALP_GetDefPublicScreen() will
  61. work the same as GetDefPublicScreen().
  62.  
  63.     RexxArpLib version 3.6 source release
  64.     =====================================
  65.  
  66.     This version has been ammended to use SAS C version 6.58 or later.
  67. It was compiled the 26th June 1998. As stated below in Willy's version
  68. 3.3 transmittal letter the source code is *not* public domain, but it
  69. is freely distributable through BIX immediately and through other means
  70. after the first of January 1999.
  71.  
  72.     This version corrects some excessive stack usage problems that cause
  73. failures and "hits" when run with Picasso96 (and no doubt other) graphics
  74. accelerator drivers. The ASL requester handling placed too large an
  75. automatic variable burden on the stack leading to stack overruns and hard
  76. to trace crashes.
  77.  
  78.     This version also includes some fixes to the screen handling pen
  79. designations. Also attempting to open a screen that already exists is now
  80. safe. The old code would close the already existant screen on exit
  81. leading to deferred crash problems. Note that you can call the CloseScreen
  82. Function on an existing screen that rexxarplib.library did not open and
  83. cause it to close. This is a dangerous use so be careful with it.
  84.  
  85.  
  86.     RexxArpLib version 3.3 source release
  87.     =====================================
  88.  
  89.     This is the same version as below, except with source. The last
  90. time this version was compiled was around 20 april 1994, with Lattice C
  91. version 5.2 (I think). The makefile reflects this. Since it has been
  92. four years since anything changed, I'm releasing, herewith, the source
  93. code. Note that the source code is *not* in the public domain, but it
  94. is freely distributable. The source is in the src directory and it and the
  95. makefile will need some work before it allows compiling with a modern
  96. compiler. Before linking the rexxarplib objects, you also need to compile,
  97. and put in a .lib file, the sources in the subdirectory sreq. It is not
  98. quite clear to me if the makefile is correct: it builds xsreqr.lib, rather
  99. than sreqr.lib. The latter is called for by the rexxarplib link file
  100. ral.lnk. The difference between sreqr.lib and xsreqr.lib is that the
  101. latter does not include the "simpmenu" object file, which may be needed
  102. by rexxarplib. I can't remember if rexxarplib 3.3 uses GadTools menus, in
  103. which case xsreqr.lib would be a better choice...
  104.     If you want some history, have a look at the todo.txt file...
  105. Have fun... 8^)
  106.  
  107.     RexxArpLib version 3.3
  108.     ======================
  109.  
  110.     This version of rexxarplib is a minor update from version 3.0. The
  111. only reason to release it is because it adds one useful feature (a list
  112. requester) and fixes two small bugs. It has been sitting around my disk 
  113. forever, and I might as well release it. This may well be the last version
  114. that will ever be released.
  115.  
  116.     RexxArpLib version 3.0
  117.     ======================
  118.  
  119.     This version of rexxarplib makes use of a lot of AmigaDOS 2.0
  120. features and has various bugs fixed and a few other enhancements. Yet, it is
  121. smaller than previous versions because it is now completely compiled using
  122. SAS/C version 5.10a.
  123.  
  124.     RexxArpLib version 2.52
  125.     =======================
  126.  
  127.     This release was necessary to fix problems with AmigaDOS 2.0
  128. shared screens.
  129.  
  130.     RexxArpLib version 2.5
  131.     =======================
  132.  
  133.     This release has a few enhancements and bug fixes, some documentation
  134. corrections, and some stuff related to AmigaDOS 2.0. New function: ShowTitle.
  135. The Area... functions are now quite different. For an example, see
  136. areatest.rexx.
  137.  
  138.     RexxArpLib version 2.3
  139.     =======================
  140.  
  141.     A few small bug fixes, an additional feature to FileList(), and the
  142. AmigaDOS or ARP 'version' commands now display the rexxarplib version number
  143. correctly.
  144.  
  145.     RexxArpLib version 2.2a
  146.     =======================
  147.  
  148.     I corrected a small problem with IffImage(). No other changes. The size
  149. of this version is 41520 bytes. By the way: get the latest version of
  150. iff.library (version 16.1). Brushes now work!
  151.  
  152.     RexxArpLib version 2.2
  153.     ======================
  154.  
  155.     There are a few new options in a couple of the functions. A few
  156. documentation deficiencies were fixed. The rexx directory only contains a
  157. few new examples. Updates to the SLAC rexx programs that were in the previous
  158. releases may be forthcoming in a separate archive. The screenshare library is
  159. now included in the libs directory, since rexxarplib needs it. Previous
  160. archives assumed that you had it already. See rexxarplib.doc for details.
  161. The size of this version is 41516 bytes.
  162.  
  163.     RexxArpLib version 2.1
  164.     ======================
  165.  
  166.     A couple of new functions, a few were extended, and one or two were
  167. slightly modified. The nicest new feature is the ability to display IFF files.
  168. For this you will need Christian Weber's iff.library, though. It is available on
  169. BIX as iff153.zoo: I have not included it in this archive. Have fun.
  170.  
  171.     RexxArpLib version 2.0
  172.     ======================
  173.  
  174.     For further information, read the documentation in the docs
  175. subdirectory. I have also included a large number of ARexx macros that were
  176. written by Marvin Weinstein here at SLAC. These should serve as examples of how
  177. to write some things, not as ready-to-be-used applications: most of them are
  178. very system dependent, and may require some modification before they run on your
  179. system. Read the ReadmeFirst file in the rexx directory.
  180.     As usual, comments about the library should go to me on BIX,
  181. either by mail to langeveld, or in the amiga.user/arexx topic.
  182.     Also as usual, the library is NOT public domain, but freely
  183. distributable.
  184.  
  185.     Have fun!
  186.  
  187.         Willy.
  188.  
  189.